home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / helppcb.arc / HLPSRCH < prev    next >
Text File  |  1990-07-06  |  2KB  |  49 lines

  1.                 Examples of using boolean (and / or) searching
  2.                 ----------------------------------------------
  3.  
  4. There are numerous places where PCBoard will ask you for some kind of search
  5. criteria for the text you want to scan.  In those areas you can simply type
  6. in a word or phrase or you may create much more complex searches by using
  7. boolean logic symbols in your request.
  8.  
  9. The symbols "&" and "|" can be used to mean AND and OR respectively.  In
  10. addition you can combine criteria using parenthesis to denote the grouping of
  11. the search.
  12.  
  13. The rules below apply at any prompt given where PCBoard wants you to tell it
  14. what to scan for so the following rules can be used whether you are scanning
  15. through the message base, the download directories, the users file or the
  16. caller logs.
  17.  
  18.  
  19. Multiple words making up a sentence or phrase:
  20. ----------------------------------------------
  21. PCBoard version 14.5
  22.  
  23. Searches for the words "PCBoard version 14.5" all together in a line
  24.  
  25.  
  26. Multiple words searching for each word separately:
  27. --------------------------------------------------
  28. PCBoard | Qmodem | Procomm
  29.  
  30. Searches for any text having either PCBoard OR Qmodem OR Procomm anywhere in
  31. the text
  32.  
  33.  
  34. Multiple words searching for each word separately requiring ALL to match:
  35. -------------------------------------------------------------------------
  36. PCBoard & Qmodem & Procomm
  37.  
  38. Searches for any text having ALL THREE words but not necessarily in any order
  39. or even next to each other
  40.  
  41.  
  42. Using parenthesis for grouping:
  43. -------------------------------
  44. DESQview & (PCBoard | Qmodem)
  45.  
  46. Searches for any text having DESQview in it AND having either PCBoard OR Qmodem
  47. also in the same text in any order and not necessarily together
  48.  
  49.